-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[MINOR] Set engine when creating meta write config #7575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| // Create the write config for the metadata table by borrowing options from the main write config. | ||
| HoodieWriteConfig.Builder builder = HoodieWriteConfig.newBuilder() | ||
| .withEngineType(writeConfig.getEngineType()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the change! So, this warning is only shown for metadata table?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. It only happened when FlinkOptions.METADATA_ENABLED was set to true.
|
@hudi-bot run azure |
1 similar comment
|
@hudi-bot run azure |
|
Hi @codope, ptal, thanks! |
Change Logs
Properly set engine type when creating
MetadataWriteConfigfromHoodieWriteConfig.Impact
Won't get warning
Embedded timeline server is disabled, fallback to use direct marker type for sparkRisk level (write none, low medium or high below)
none
Documentation Update
none
Contributor's checklist